翻訳と辞書
Words near each other
・ HTMi
・ HTML
・ HTML Application
・ HTML attribute
・ HTML Components
・ HTML editor
・ HTML element
・ HTML email
・ HTML sanitization
・ HTML scripting
・ HTML Tidy
・ HTML Working Group
・ HTML+TIME
・ HTML-Kit
・ HTML5
HTML5 Audio
・ HTML5 File API
・ HTML5 in mobile devices
・ HTML5 Shiv
・ HTML5 video
・ HTML5test
・ HTMLayout
・ HTMLBars
・ HTMLDOC
・ HtmlUnit
・ HTMS
・ HTMS Bangpakong
・ HTMS Chakri Naruebet
・ HTMS Krabi
・ HTMS Maeklong


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

HTML5 Audio : ウィキペディア英語版
HTML5 Audio

HTML5 Audio is a subject of the HTML5 specification, investigating audio input, playback, synthesis, as well as speech to text in the browser.
==<audio> element==
The <audio> element represents a sound, or an audio stream.〔(HTML5 audio element - W3C )〕 It is commonly used to play back a single audio file within a web page, showing a GUI widget with play/pause/volume controls.
The <audio> element has these attributes:
* global attributes (accesskey; class; contenteditable; contextmenu; dir; draggable; dropzone; hidden; id; lang; spellcheck; style; tabindex; title; translate)
* autoplay = "autoplay" or "" (empty string) or empty
Instructs the UA to automatically begin playback of the audio stream as soon as it can do so without stopping.
* preload = "none" or "metadata" or "auto" or "" (empty string) or empty
Represents a hint to the UA about whether optimistic downloading of the audio stream itself or its metadata is considered worthwhile.
*
* "none": Hints to the User-Agent that the user is not expected to need the audio stream, or that minimizing unnecessary traffic is desirable.
*
* "metadata": Hints to the User-Agent that the user is not expected to need the audio stream, but that fetching its metadata (duration and so on) is desirable.
*
* "auto": Hints to the User-Agent that optimistically downloading the entire audio stream is considered desirable.
* controls = "controls" or "" (empty string) or empty
Instructs the User-Agent to expose a user interface for controlling playback of the audio stream.
* loop = "loop" or "" (empty string) or empty
Instructs the User-Agent to seek back to the start of the audio stream upon reaching the end.
* mediagroup = string
Instructs the User-Agent to link multiple videos and/or audio streams together.
* muted = "muted" or "" (empty string) or empty
Represents the default state of the audio stream, potentially overriding user preferences.
* src = non-empty () potentially surrounded by spaces
The URL for the audio stream.
Example:〔https://www.w3.org/wiki/HTML/Elements/audio〕




抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「HTML5 Audio」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.